home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr17 / rcpe_320.zip / R.BAT < prev    next >
DOS Batch File  |  1994-09-16  |  690b  |  26 lines

  1. echo off
  2. rem
  3. rem    Command Line Paramaters
  4. rem
  5. rem    MONO    : force Recipe Box into Black & White mode
  6. rem              (flat screen PCs may need this options)
  7. rem
  8. rem    EXPORT  : force SoftCopy printout to import format
  9. rem              (see documentation for CONVERT.EXE)
  10. rem
  11. rem    VERSION : Version and Compile Date
  12. rem
  13. rem    VIEW    : View Only Mode, same as :
  14. rem
  15. rem              RCPE_BOX -TID -QGU -HLP -NPD -SLT
  16. rem
  17. rem    Do NOT load selected features :
  18. rem
  19. rem          -TID : TidBits
  20. rem          -QGU : Quick Guide
  21. rem          -HLP : Help
  22. rem          -NPD : NotePad
  23. rem          -SLT : Shopping List
  24. rem
  25. rcpe_box.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  26.